﻿2026-07-10T10:18:34.4034865Z ##[group]Run actions/checkout@v5
2026-07-10T10:18:34.4035923Z with:
2026-07-10T10:18:34.4036569Z   fetch-depth: 0
2026-07-10T10:18:34.4037441Z   repository: SaberMage/spt-core
2026-07-10T10:18:34.4043984Z   token: ***
2026-07-10T10:18:34.4044771Z   ssh-strict: true
2026-07-10T10:18:34.4045486Z   ssh-user: git
2026-07-10T10:18:34.4046232Z   persist-credentials: true
2026-07-10T10:18:34.4047138Z   clean: true
2026-07-10T10:18:34.4047870Z   sparse-checkout-cone-mode: true
2026-07-10T10:18:34.4048876Z   fetch-tags: false
2026-07-10T10:18:34.4049757Z   show-progress: true
2026-07-10T10:18:34.4050588Z   lfs: false
2026-07-10T10:18:34.4051352Z   submodules: false
2026-07-10T10:18:34.4052164Z   set-safe-directory: true
2026-07-10T10:18:34.4053015Z ##[endgroup]
2026-07-10T10:18:34.5959318Z Syncing repository: SaberMage/spt-core
2026-07-10T10:18:34.5961562Z ##[group]Getting Git version info
2026-07-10T10:18:34.5962824Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-07-10T10:18:34.6356196Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-10T10:18:34.7201439Z git version 2.43.0.windows.1
2026-07-10T10:18:34.7225890Z ##[endgroup]
2026-07-10T10:18:34.7234559Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\00552d67-bb60-4714-8ee8-34dc0c1832c7\.gitconfig'
2026-07-10T10:18:34.7250897Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\00552d67-bb60-4714-8ee8-34dc0c1832c7' before making global git config changes
2026-07-10T10:18:34.7252642Z Adding repository directory to the temporary git global config as a safe directory
2026-07-10T10:18:34.7256329Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-07-10T10:18:34.7507750Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-10T10:18:34.7718986Z https://github.com/SaberMage/spt-core
2026-07-10T10:18:34.7747885Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-10T10:18:34.7752300Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-10T10:18:34.7970336Z HEAD
2026-07-10T10:18:34.8276447Z ##[endgroup]
2026-07-10T10:18:34.8279633Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-10T10:18:35.8055576Z ##[group]Cleaning the repository
2026-07-10T10:18:35.8060433Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-10T10:18:46.0790043Z Removing .adapter-notify/
2026-07-10T10:18:46.0790440Z Removing target/
2026-07-10T10:18:46.0822231Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-10T10:18:46.2465533Z HEAD is now at 9f220da Merge fa34250be1e6077e435c3672490f0fc3a5ff448c into 0a306c9a86d9c7bedf96bf106cb9e1df3a6c9047
2026-07-10T10:18:46.2491298Z ##[endgroup]
2026-07-10T10:18:46.2495575Z ##[group]Disabling automatic garbage collection
2026-07-10T10:18:46.2501150Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-10T10:18:46.2757850Z ##[endgroup]
2026-07-10T10:18:46.2758423Z ##[group]Setting up auth
2026-07-10T10:18:46.2764961Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-10T10:18:46.3009422Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-10T10:18:46.8973000Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-10T10:18:46.9236741Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-10T10:18:47.7310960Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-10T10:18:47.8233856Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-10T10:18:48.5323531Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-10T10:18:48.5668748Z ##[endgroup]
2026-07-10T10:18:48.5669324Z ##[group]Fetching the repository
2026-07-10T10:18:48.5676442Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +9f220da5651bff64d97b9ee893f5ede0e8f1f87b:refs/remotes/pull/76/merge
2026-07-10T10:18:49.7259896Z From https://github.com/SaberMage/spt-core
2026-07-10T10:18:49.7260420Z  + b07c4d2...fa34250 release/v0.30.6 -> origin/release/v0.30.6  (forced update)
2026-07-10T10:18:49.7260838Z  * [new branch]      test/uwedge-r4-stale-guard-swap -> origin/test/uwedge-r4-stale-guard-swap
2026-07-10T10:18:49.7913748Z ##[endgroup]
2026-07-10T10:18:49.7914384Z ##[group]Determining the checkout info
2026-07-10T10:18:49.7914909Z ##[endgroup]
2026-07-10T10:18:49.7919589Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-10T10:18:49.8209773Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-10T10:18:49.9202662Z ##[group]Checking out the ref
2026-07-10T10:18:49.9208154Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/76/merge
2026-07-10T10:18:49.9592987Z HEAD is now at 9f220da Merge fa34250be1e6077e435c3672490f0fc3a5ff448c into 0a306c9a86d9c7bedf96bf106cb9e1df3a6c9047
2026-07-10T10:18:49.9613311Z ##[endgroup]
2026-07-10T10:18:50.0481322Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-10T10:18:50.1438996Z 9f220da5651bff64d97b9ee893f5ede0e8f1f87b
